#!/bin/bash
# GONet Network Simulation - Bad Network Preset
# Simulates: 200ms latency, 100ms jitter, 10% packet loss
# Use this for stress testing - VERY bad network conditions!
# Auto-detect determines if this instance is server or client
# Rename to .sh, chmod +x, and change ./GONetSandbox to your game name
#
# IMPORTANT: Network simulation only works in DEVELOPMENT BUILDS or the Unity Editor!
#            These arguments are ignored in Release builds (compiled out for zero overhead).

./GONetSandbox -netsim-preset badnetwork &
